Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-25772] Implement class name extraction from input file using -i option in DIAGDB and call heap_dump_heap_file() function #5744

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

InChiJun
Copy link

@InChiJun InChiJun commented Dec 27, 2024

http://jira.cubrid.org/browse/CBRD-25772

Purpose

  • diagdb -d 9 -i 옵션으로 전달된 파일에서 클래스명을 추출하고, 해당 클래스를 heap dump하도록 처리한다.
    • i 옵션으로 전달된 파일에서 클래스명을 추출한다.
      • 클래스명은 공백, 쉼표, 탭, 줄바꿈으로 구분한다.
      • 존재하지 않는 클래스명은 에러 메시지를 출력하고, 다음 클래스명 추출 작업을 재개한다.

Implementation

  • diagdb -d 9 -i 옵션으로 전달된 파일에서 클래스명을 추출하도록 구현
  • heap dump 작업은 이전에 구현된 heap_dump_heap_file() 함수에 클래스명을 전달하여 호출

Remarks

  • N/A

@InChiJun InChiJun self-assigned this Dec 27, 2024
@InChiJun InChiJun marked this pull request as draft December 27, 2024 07:38
@InChiJun InChiJun marked this pull request as ready for review December 27, 2024 07:53
@InChiJun InChiJun marked this pull request as draft December 27, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant